This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

181 B 5 lines
1import CardsContainerSkeleton from '@/features/cards/containers/cardsContainer/Skeleton.CardsContainer'; 2 3export default function Loading() { 4 return <CardsContainerSkeleton />; 5}